@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: arial, "Microsoft YaHei";
}

img {
	border: 0;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
p {
	font-weight: normal;
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;

}

a:hover,
a:focus {
	color: #e05717;
	text-decoration: none;
}

ul,
li,
dl,
dd,
dt {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 重置表单控件*/
input,
select,
textarea,
button {
	outline: none;
	border: none;
	-webkit-appearance: none;
}

/*浮动*/
.fl {

}

.fr {
	float: right;
	text-align: right;
}

/*清除浮动*/
.clearfix:after {
	display: block;
	content: "";
	clear: both;
	overflow: hidden;
}

/* 触发 hasLayout */
.clearfix {
	zoom: 1;
}

#maximg img{ max-width:100%; height:auto !important}
        
		.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}